home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-10-21 | 694 b | 42 lines | [TEXT/MACA] |
- * File name: YourApp.R
- * Example .R file for YourApp, which
- * is an example application name
- * that has been linked with DoHelp.
- * Resource is also an example name, it
- * should be the name of a resource file
- * containing all of the needed resources for
- * YourApp, Including the 'help' resources for
- * DoHelp which you can create using ResEdit
- * This also creates the DLOG & DITL that
- * DoHelp needs.
-
- MDS1:YourApp
- APPLTEST
-
- Type DLOG
- ,2000
- Help
- 56 32 318 476
- visible NoGoAway
- 4
- 0
- 2000
-
- Type DITL
- ,2000
- 3
-
- Button
- 232 152 256 288
- Done with help
-
- userItem
- 8 8 200 434
-
- staticText Disabled
- 208 96 224 344
- Click on a Help topic (above) to view.
-
- INCLUDE MDS2:YourApp.Code
- INCLUDE MDS1:Resources
-